CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 栈 数据结构

搜索资源列表

  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:206095
    • 提供者:蒋建军
  1. QueueStack

    0下载:
  2. 基本数据结构,队和栈的架构设计及地图四染色问题-basic data structure, teams and stack design and the structure maps were four issues
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22083
    • 提供者:张旭
  1. lianzhan

    0下载:
  2. 用链栈求十进制化为二进制C语言数据结构版-chain stack used for the metric system into binary data structure C language version
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2184
    • 提供者:袁志
  1. zhanyudigui

    0下载:
  2. 关于数据结构的栈与递归调用的flash文件。-data on the structure of the recursive call stack and the flash document.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18401
    • 提供者:童叶
  1. shuxuzhan

    0下载:
  2. 本源码是关于数据结构的顺序栈的操作的源码,你可以下载编译。-the source of the data structure is the sequence of operation of the stack source code, you can download the compiler.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:902
    • 提供者:李键
  1. lianshizhan

    0下载:
  2. 本源码是关于数据结构的链式栈的操作的源码,你可以下载编译。-source of the data structure of the chain of operation of the stack source code, you can download the compiler.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:李键
  1. CH07_Water

    0下载:
  2. 分水问题,是数据结构的实验问题。主要运用了栈的概念和穷举的算法。-tapping issue is the experimental data structure problem. Primarily use the concept of the stack and exhaustive algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11112
    • 提供者:zhangmengfei
  1. Study

    0下载:
  2. 采用模版函数对数据结构的线性列表和栈以及队列进行编程。-template function using the data structure of the linear list and Stack and Queue program.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25466
    • 提供者:李瑞
  1. 停车场管理系统

    1下载:
  2. 数据结构中利用栈模拟停车场管理,用C语言编写。-data stack structure using simulated car park management, with C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:黄和
  1. chechangguanli

    0下载:
  2. 数据结构栈队列-车场管理-queue data structure stack-Yard Management
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5979
    • 提供者:袁继禹
  1. compartment

    0下载:
  2. 车厢调度----数据结构课程设计。利用的栈的结构进行设计,主要包括栈的基本操作,及进行调度的算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79151
    • 提供者:刘强
  1. sting2.doc

    0下载:
  2. 线性数据结构算法实现 栈的顺序和链式存储存表示与基本算法的实现; 队列的链式存储表示与基本操作算法实现-linear data structure of the stack algorithm sequence and chain store expresses the basic algorithm and the realization; Queue said chain store operation with the basic algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3491
    • 提供者:CJX
  1. shujujiegou

    0下载:
  2. 数据结构源程序,包括:顺序表的基本运算实现,链表的基本运算与实现,栈的基本运算与实现以及实例等18个源程序。-source data structure, including : Table order to achieve the basic operations, the chain of basic operations and the realization Stack the basic operations and to achieve and example source code
  3. 所属分类:开发工具

    • 发布日期:2014-01-15
    • 文件大小:20362
    • 提供者:李江峰
  1. datastructure

    0下载:
  2. 数据结构中关于树、栈、队列等数据结构的一些算法的C语言实现,给需要的人
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2085
    • 提供者:张富强
  1. C++0002

    0下载:
  2. 这是数据结构算法中的栈的实现的源码。用C++开发。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:
  1. sjjg_suanfaji

    0下载:
  2. 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:623061
    • 提供者:李飞
  1. airport

    0下载:
  2. 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:124864
    • 提供者:clseer
  1. TheLogicalExpressionOfTheProblem

    0下载:
  2. 数据结构课程设计的题目,目的是输入一个逻辑表达式,给它的所有变量赋不同值以后,输出最后逻辑表达式的真值。(要求:用栈及二叉树两种存储结构实现)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28856
    • 提供者:常雅敏
  1. 1list

    0下载:
  2. 数据结构中链表实现得源码,包括链表的插入,删除,出栈进栈
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2418
    • 提供者:许翼
  1. java

    0下载:
  2. 数据结构java描述,链表,栈,队列,图,树,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:168275
    • 提供者:skillity
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com